ComponentOne Data Source for Entity Framework
ProgressiveView<T> Class
Members 

C1.Data Namespace : ProgressiveView<T> Class
The type of the entities in this view.
Represents a client view that loads entities sequentially (progressively) page by page. The user sees the result and can interact with it before all pages are loaded.
Object Model
ProgressiveView<T> Class
Syntax
Type Parameters
T
The type of the entities in this view.
Remarks
Sorting is required, loading entities progressively is impossible without sort.
Inheritance Hierarchy

System.Object
   C1.LiveLinq.LiveViews.View
      C1.LiveLinq.LiveViews.View<T>
         C1.Data.ClientView<T>
            C1.Data.ProgressiveView<T>

See Also

Reference

ProgressiveView<T> Members
C1.Data Namespace